a.toolbar-icon.toolbar-icon-changes.toolbar-item {
    display: none;
}
.block {
    margin-bottom: 0;
}
.inner .breadcrumb {
    text-align: right;
    padding-bottom: 20px;
    border-bottom: 2px solid #079F48;
    position: relative;
}
hr {
    background-image: -webkit-linear-gradient(left, transparent, #DBDBDB, transparent);
    background-image: linear-gradient(to right, transparent, #DBDBDB, transparent);
    border: 0;
    height: 1px;
    margin: 42px 0;
}
nav.breadcrumb:before {
    content: "";
    width: 400px;
    position: absolute;
    border-bottom: 4px solid #079F48;
    left: 0;
    bottom: 0;
}
@media only screen and (max-width: 992px){
nav.breadcrumb:before {
    display:none;
}}
span.f-r.outside-l{
  color:#999;
}
.page-url-qr-code img{
  width:150px;
  height:auto;
}
#header {
    position: fixed;
    z-index:2;
}

div#main {
    background: #FFF;
}

.header-container.inner {
    float: left;
    width: 520px;
}
.header-body .header-container.main-menu-nav-primary{
  padding-top: 20px;
  float:right;
  width:calc(100% - 520px);
  background:none;
}
body .header-bg-base {
    background: rgba(0,0,0,.0);
    background: linear-gradient(rgba(0,88,38,1) ,rgba(0,88,38,0));
    border: none;
    width: 100%;
    padding: 15px 0 5vh 0;
}
.header-body .header-container.main-menu-nav-primary .inner.inside-c-tb {
    width: auto;
    text-align: right;
}
.main-menu-1-1 .nav-menu{
      display: inline-block;
}
.header-body {
  padding-right: 0; 
  padding-left: 0; 
  margin: 0 auto;
  min-height: 100px;
  max-width:1280px;
}
.header-body .header-container.inner, .header-body .header-row {
    height: 80px;
}

.fixed-menu{
    background: linear-gradient(rgba(0,88,38,1) ,rgba(0,88,38,.8));
    opacity: 1;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    width:100%;
    z-index: 100;
    border: none;
    position:fixed;
}
@media (max-width: 992px) {
.header-container.inner {
    float: none;
    width: 100%;
}
#header-btns{
  background:none;
}
}
@media screen and (max-width: 768px){
#header .header-container .header-row .header-column #site-logo.header-logo img {
margin-top: 15px;
}
#header .header-container .header-row .header-column #header-btns {
    left: 0;
    top: 30%;
    text-align:right;
}
.header-container.inner, .header-row{
  height:auto;
  position: relative;
}
#header .header-container .header-row .header-column{
  position: initial;
}
.fixed-menu{
  position: initial  !important;
}
.page-url-qr-code.t-c{
  display:none;
}
}

.menu.nav-menu ul.dropdown-menu>li>a,
.menu.nav-menu .dropdown .dropdown-menu>li>a{
    text-align: left;
    font-size: 14px;
}
.menu.nav-menuul .dropdown-menu,
.menu.nav-menu .dropdown .dropdown-menu{
    min-width: 160px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    border-top: 3px solid #079F48;
    background-color:rgba(0,88,28,0.8);
}
.main-menu-1-1 .nav-menu .level-menu .menu-item {
    border-top: 1px solid rgba(255,255,255,0.3);
}
.main-menu-1-1 .nav-menu .level-menu .active-item.active:not(.expanded) a,.main-menu-1-1 .nav-menu .level-menu .menu-item a:hover {
    background-color: rgba(0,88,28,0.6);
}
.main-menu-1-1 .nav-menu .level-menu .menu-item>a.is-active, .main-menu-1-1 .nav-menu .level-menu .menu-item>a:hover {
    background: none;
}
.main-menu-1-1 .nav-menu>.menu-item:last-child:hover{
  background: transparent;
}
.main-menu-1-1 .nav-menu>.menu-item:last-child {
    font-size: 0;
    position: relative;
}
.main-menu-1-1 .nav-menu>.menu-item:last-child a:before {
    content: "\e6b0";
    font-family: "iconfont";
    width: 20px;
    font-size: 20px;
    color: #FFF;
    position: absolute;
    top: 13px;
}
.main-menu-1-1 .nav-menu>.menu-item.active .menu-toggle a, .main-menu-1-1 .nav-menu>.menu-item:hover .menu-toggle a, .main-menu-1-1 .nav-menu>.menu-item:focus .menu-toggle a，.main-menu-1-1 .nav-menu .menu-item:hover a:hover,.main-menu-1-1 .nav-menu .menu-item:hover a, .main-menu-1-1 .nav-menu>.menu-item.active a {
    color: #FFF ;
}
/*.main-menu-1-1 .nav-menu .menu-item:hover ul a{
  color:#333;
}*/
.main-menu-1-1 .nav-menu>.menu-item.active, .main-menu-1-1 .nav-menu>.menu-item:hover, .main-menu-1-1 .nav-menu>.menu-item:focus {
    background: none
}
/********** search ******/
.m-searching {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: alpha(opacity=0);
  filter: alpha(opacity=0);
  visibility: hidden;
  overflow: hidden;
  background: rgba(0, 0, 0, .8);
  margin: 0;
  width: 100%;
  height: 100vh;
  -webkit-transform: scale(.2, .2);
  -ms-transform: scale(.2, .2);
  -o-transform: scale(.2, .2);
  transform: scale(.2, .2);
  -webkit-transition: all .3s cubic-bezier(.4, 0, 1, 1);
  -moz-transition: all .3s cubic-bezier(.4, 0, 1, 1);
  -o-transition: all .3s cubic-bezier(.4, 0, 1, 1);
  -ms-transition: all .3s cubic-bezier(.4, 0, 1, 1);
  transition: all .3s cubic-bezier(.4, 0, 1, 1);
}

.m-searching .search-popup-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress
}

.m-searching form {
  max-width: 100%;
  width: 600px;
  position: absolute;
  z-index: 10;
  margin: auto;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 50px;
  overflow: hidden;
}

.m-searching.active {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  visibility: visible;
}

.m-searching input[type=text] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 50px);
  width: -webkit-calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  border-radius: 0;
  border: 0;
  height: 50px;
  line-height: 40px;
  float: left;
  margin: 0;
  padding-left: 20px;
  background: #fff;
  color: #999;
  font-size: 15px;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1
}

.form-control:-ms-input-placeholder {
  color: #999
}

.form-control::-webkit-input-placeholder {
  color: #999
}

.form-control:-moz-placeholder {
  color: #999
}

.form-control::-moz-placeholder {
  color: #999
}

.form-control:-ms-input-placeholder {
  color: #999
}

.form-control::-webkit-input-placeholder {
  color: #999
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1
}

.m-searching button {
  background: #319662;
  width: 50px;
  height: 50px;
  overflow: hidden;
  line-height: 50px;
  border-radius: 0;
  float: left;

  font-size: 16px;
  padding: 0;
  border: 0;
  color: #fff;
  outline: none;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out 0s;
  -moz-transition: all .2s ease-in-out 0s;
  -o-transition: all .2s ease-in-out 0s;
  -ms-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s
}

.m-searching button .loading {
  display: none;
  -webkit-animation: weuiLoading 1s steps(12, end) infinite;
  animation: weuiLoading 1s steps(12, end) infinite;
}

@-webkit-keyframes weuiLoading {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
  }
}

@keyframes weuiLoading {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
  }
}

.m-searching .m-list-search {
  display: none;
  max-width: 600px;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  background: #f6f6f6 !important;
  top: 50%;
  margin: auto;
  z-index: 999;
  overflow: hidden;
  list-style: none;
  position: absolute;
  right: 0;
  max-height: 300px;
  overflow-y: auto;
  background: #fff !important;
  margin-top: 27px;
  left: 0;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  border-radius: 0;
  box-shadow: 2px 2px 6px -4px #000;
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, .05);
  -o-box-shadow: 0 2px 3px rgba(0, 0, 0, .05);
  -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, .05);
  line-height: 20px;
}

.m-searching .m-list-search li {
  padding: 0;
  line-height: 30px;
  display: block;
  float: none;
  width: 100%;
  margin: 0 20px;
  border: 0 !important;
  padding-bottom: 0 !important;
}

.m-searching .m-list-search li a {
  color: #999;
  font-size: 14px;
}

.m-searching .m-list-search li a:hover {
  text-decoration: underline;
}


.m-searching .baoming {
  width: 480px;
  height: 470px;
  background: #fff;
  padding: 90px 40px;
  box-sizing: border-box;
}
/*** banner ****/
.banner{
  height:400px;
  width:100%;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  font-size:0 !important;
}
.articlebanner{
  background-image:url("../../bannerbg.jpg");
}
.termsbanner{
  background-image:url("../../f5.jpg");
}

@media screen and (max-width: 480px){
#header .header-container .header-row .header-column #site-logo.header-logo {
    max-width: 80%;
}
.mm-navbar .mm-listview>.mm-listitem:last-child{
  display:none;
}
.banner {
    height: 240px;
}
}


/******************* left menu ********/
.page-node-type-landing-page .block-region-left{
    padding: 10px 20px;
    margin-bottom: 70px;
    margin-top: 10px;
}
.col-sm-12.col-md-3.hidden-xs.region-left .block-region-left,.page-taxonomy .col-sm-12.col-md-3 .block-region-left,.page-node-type-landing-page .col-sm-12.col-md-3 .block-region-left {
    padding-top: 60px;
    padding-bottom:40px;
    background: #005826;
    position: relative;
    top: -85px;
}
.col-sm-12.col-md-3.hidden-xs.region-left .block-region-left:before,.page-taxonomy .col-sm-12.col-md-3 .block-region-left:before, .page-node-type-landing-page .col-sm-12.col-md-3 .block-region-left:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 60px solid white;
    border-left: 60px solid transparent;
    position: absolute;
    z-index: 1;
    right: 0;
    top: -10px;
}
.sidebar-menu-2-4 .nav-menu {
    background-color: #005826;
    padding: 15px;
}
.sidebar-menu-2-4 .nav-menu>.menu-item {
    border-bottom: 0;
  
}
.sidebar-menu-2-4 .nav-menu>.menu-item>a {
    color: rgba(255,255,255,.8);
    font-size:16px;
    padding-left: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 5px;
}
.sidebar-menu-2-4 h2.title {
    position: absolute !important;
    top: -220px;
    width: 200px;
    background: rgba(0,88,28,0.5);
}
.sidebar-menu-2-4 .nav-menu .menu-item.active:not(.expanded) a:after,.sidebar-menu-2-4 .nav-menu>.menu-item:hover>a:after {
    border-bottom: 2px solid #079F48;
}
.sidebar-menu-2-4 .nav-menu>.menu-item>a:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    border-bottom: 2px solid rgba(255,255,255,0.2);
    width: 100%;
    bottom: 0;
}
@media (min-width: 1200px){
.page-taxonomy .col-sm-12.col-md-3, .col-sm-12.col-md-3.hidden-xs.region-left {
    width: 20%;
}
.page-taxonomy .col-sm-12.col-md-9, .col-sm-12.col-md-9.region-right{
  width:80%;
}
}
@media (max-width: 1190px){
  .col-sm-12.col-md-3.hidden-xs.region-left, .col-sm-12.col-md-3 .block-region-left{
    display:none;
  }
  
}
/************ landpage major ******/
.majortable table{
  width:100%;
}
.majortable table th{
    padding:20px 0;
    background:rgba(0,88,28,0.3);
    color: #005826;
    font-weight:600;
    text-align:center;
}
.majortable table tbody tr:nth-of-type(even)
{
background:rgba(0,88,28,0.1);
}
.majortable  table tbody tr td {
    border-top:0;
    padding: 15px 0;
    text-align: center;
}
/************ terms *********/
.page-taxonomy .block-region-left{
    padding: 10px 20px;
    margin-bottom: 70px;
    margin-top: 10px;
}
.block h2.block-title, .field-name.field-type-string,.title-inner h2{
    border-bottom: 0;
    font-size: 30px;
    color: #333;
    position: relative;
    padding-left: 15px;
    margin-top: 14px;
    padding-bottom: 7px;
    margin-bottom: 14px;
    line-height: 1;
}
.newslists{
    border-bottom: 1px solid #ECECEC;
     padding: 15px 10px;
    overflow: hidden !important;
}
.newslist .time {
    width: 79px;
    height: 60px;
    padding: 10px 0;
    float: left;
    border-right: 1px solid #f2f2f2;
    text-align: center;
    margin-right: 20px;
}

.newslist .time span {
    display: block;
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 600;
    color:#079F48;
}
.newslist .tags {
    position: absolute;
    bottom: 10px;
    color: #999;
    left: 110px;
}
.newsbody{
      display: flex;
    display: -webkit-flex;
    display: -o-flex;
    display: -moz-flex;
    display: -ms-flex;
    align-items: stretch;
    padding: 15px 15px 15px 0;
    border-bottom: 1px solid #ECECEC;
}
.newsbody:hover,.newslists:hover{
  background:#EBF5ED;
}
.newsbody:hover .title{
  font-weight:bold;
}
.newsbody .newsinfo{
  position:relative;
}
.newsbody .newsinfo .title {
    line-height: 150%;
    padding-top: 10px;
    font-size:16px;
}
.newsbody .newsinfo .time {
    position: absolute;
    bottom: 5px;
    left:15px;
    color: #999;
}
.newsbody .newsinfo .tags {
    position: absolute;
    bottom: 5px;
    right:15px;
    color: #999;
}
.newsbody .newsinfo .time:before{
      display: inline-block;
    font-family: "iconfont";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    content: "\e606";
    padding-right:5px;
    color:#29BA41;
}
.newsinfo a{
  color:#555;
}
.newsbody .newsinfo .tags:before,.newslist .newsinfo .tags:before{
    display: inline-block;
    font-family: "iconfont";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    content: "\e62b";
    padding-right:5px;
     color:#29BA41;
}
form.views-exposed-form {
  padding-left:20px;
}
form.views-exposed-form .form-item,form.views-exposed-form .form-actions {
    display: inline-block;
}
@media (min-width: 1200px) {
.newsbody{
    min-height:162px;
}
.title a{
  font-size:16px;
}
}
@media (max-width: 1200px) {
.newsinfo .title{
    padding-top: 5px;
}
.newsinfo .title a {
    overflow:hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
}
@media (min-width: 992px) and (max-width: 1199px) {

.newsbody{
  margin: 0 -8px;
}
}
@media (max-width: 480px) {
.newsbody .newsinfo .title{
   font-size:14px;
   padding-top:0;
}
.newsbody .newsinfo .tags{
  display:none;
}
.newsbody .newsinfo .time{
  font-size:12px;
}

}
ul.menu.pager-items.pager-row.js-pager-items {
    padding-top: 40px;
}
.downlist {
    padding: 20px;
    margin: 10px 0;
    line-height: 150%;
    background: rgba(0,88,28,0.1);
    display: flex;
    position: relative;
    align-items: center; 
    justify-content: space-between;
    min-height: 115px;
}
.downlist a{
  color:#333;
}
.downlist:hover{
  background: rgba(0,88,28,0.2);
}
.downlist:hover .atts a{
  color:#005826;
}
.downinfo {
    padding-right: 20px;
}
.downlist .atts {
    font-size: 30px;
}
.downlist .title{
  padding-bottom:10px;
}
.downlist .time:before{
    display: inline-block;
    font-family: "iconfont";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    content: "\e606";
    padding-right:5px;
    color:#29BA41;
}
.block-region-middle{
  margin-bottom:40px;
}
.list-3.list-3-1 .list-item {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    padding-left:14px;
    padding-right:14px;
}
.list-3.list-3-1  a p {
    font-size: 16px;
}
.list-3.list-3-1 h3 {
    padding-top: 30px;
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 10px;
}
/******* terms ************/
.field-description{
    background: rgba(25,153,89,0.1);
    padding: 40px 50px;
    margin-top: 40px;
    position: relative;
    margin-bottom: 40px;
}
/*.field-description:before {
    content: "“";
    font-family: "Arial";
    font-size: 100px;
    position: absolute;
    top: 20px;
    left: 10px;
    color: #199959;
}
.field-description:after {
    content: '”';
    font-family: "Arial";
    font-size: 100px;
    position: absolute;
    bottom: -30px;
    right: 10px;
    color: #199959;
}
*/
.field-description p{
    font-size: 1.1rem !important;
    font-weight: 400;
    line-height:180%;
}

/********** about ***************/
.leadermember{
    display: flex;
    flex-wrap: wrap;
    margin-top:25px;
}
.leadermember p.lead-n {
    font-size: 22px;
    font-weight: bold;
}
.leadermember .lead-i{
  font-size:12px;
}
.leadermember p{
	line-height:150% !important;
}
.leadermember  .lead-t{
  font-size:12px;
  color:#999;
}
/* @media screen and (min-width: 992px){
p.lead-t.heightfix {
    min-height: 52px;
}} */

/*********** faqcss *******/
.faqcss h3{
  clear:both;
  padding-top:30px;
  padding-bottom:20px;
}
.faqcss .faqterms{
  padding:7px 10px;
}
.faqcss .faqlistterm{
  font-size:16px;
  background:#f2f2f2;
}
.faqcssblock{
  margin-top: 30px;
  border-left:1px solid #f2f2f2;
  padding-left:30px;
}
.faqcssblock h3{
  font-size:16px;
  padding:20px 0 10px 0;
}
.faqcssblock .faqlistterms{
  padding:5px;
}
.field.field-name.field-type-string.field-label-hidden.field-item {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom:30px;
}
.collapseWrap {
  margin-bottom: 20px;
}
.collapseWrap .collapseTitle {
  height: 56px;
  background: #F5F5F5;
  position: relative;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #3A3A3A;
  line-height: 28px;
  padding: 14px 22px;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  user-select: none;
}

.collapseWrap .collapseTitle::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #898989;
  border-right: 2px solid #898989;
  transform: rotate(-45deg);
  transform-origin: center center;
  position: absolute;
  right: 24px;
  top: 24px;
  transition: 0.2s ease-in-out;
}
.collapseWrap .collapseTitle.expand::after {
  transform: rotate(135deg);
  top: 18px;
}
.collapseWrap .collapseContent {
  display: none;
  line-height: 180%;
}
/********** footer ******/
#footer .field-body li, #footer .field-body div, #footer .field-body p {
    font-size: 14px;
    line-height: 150%;
    list-style: none;
    margin-bottom: 0;
}
#footer .field-body p{
  margin-bottom:10px;
}
.footer-normal{
    margin-top: 40px;
}
.footer-bg-primary {
    padding: 30px 0;
}
.footer-bg-primary h4{
  font-weight:bold;
  position:relative;
}
.footer-bg-primary h4:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 35px;
    height: 2px;
    background-color: #ff9c00;
}
.footer-link li{
  padding:0 0 10px 0;
}
.footer-link a{
  color:rgba(255,255,255,0.7);
}
.footer-link a:hover{
  color:rgba(255,255,255,1);
}
.footer-bg-primary .footer-widget {
    position: relative;
    margin-bottom: 40px;
}
.copyrightline p{
  color:rgba(255,255,255,0.6) !important;
}
.copyrightline:before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 0;
    height: 1px;
    background: -o-radial-gradient(center, ellipse, rgba(222, 228, 239, 0.2) 0, rgba(255, 255, 255, 0) 75%);
    background: radial-gradient(ellipse at center, rgba(222, 228, 239, 0.2) 0, rgba(255, 255, 255, 0) 75%);
}
.jwb-ewm{
      position: absolute;
      top:-80px;
      right:0;
}
@media screen and (max-width: 768px){
.copyrightline span {
    display: block;
    padding-bottom: 10px;
}
.jwb-ewm{
    position: initial;
}
}
/****************** shortcodes ***************/
.font-w{
  color:rgba(255,255,255,.8);
}
.basebgcolor{
  background-color:#005826;
}
.basebgcolor-l{
  background-color: #EBF5ED;
}
